CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VS2010 MFC

搜索资源列表

  1. 2014730mfc1kinect-

    0下载:
  2. 环境vs2010,kinect for wondows sdk v1.8 MFC 编写的显示人体骨骼,串口发送数据控制机械臂-Environment vs2010, kinect for wondows sdk v1.8 MFC write the display of human bones, serial transmit data control arm
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:143748
    • 提供者:石进桥
  1. FindWndByMouse

    1下载:
  2. mfc程序,vs2010,通过移动鼠标获取窗口句柄。-mfc procedures, vs2010, get the window handle by moving the mouse.
  3. 所属分类:Other windows programs

    • 发布日期:2016-09-18
    • 文件大小:66560
    • 提供者:chenjt3533
  1. TrackerDemo

    0下载:
  2. mfc,vs2010,Tracker橡皮筋Demo.-mfc, vs2010, Tracker rubber band Demo.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:54181
    • 提供者:chenjt3533
  1. VS2010_OpenCV244_MFC

    0下载:
  2. VS2010+OpenCV2.4.4实现多文档MFC应用程序打开多种类型图像-MFC application about opening pictures based on VS2010 and OpenCV2.4.4
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28991147
    • 提供者:墨少
  1. socket

    0下载:
  2. 指针机制实现socket网络编程,工程基于vs2010用mfc实现,值得大家参考-socket programming using pointer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-11
    • 文件大小:18938072
    • 提供者:钟秋
  1. V6ChatClient2.5

    0下载:
  2. V6Chat是一款基于新一代IP协议 -ipv6的聊天软件,用它可以轻松地建立一个ipv6网络社区,支持音视频聊天、传送文件、分享资源。 客户端代码使用MFC框架,使用C++编写,可直接用VS2010编译。 -V6Chat is a next-generation IP protocol - ipv6-based chat software, you can easily use it to build an ipv6 network of community, support for
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1449757
    • 提供者:黄杰
  1. desfull

    0下载:
  2. DES的全程步骤体现,有界面,VS2010下用MFC开发的模板,可以自己改造。-DES reflect the full step, the interface, developed under VS2010 with MFC template, you can transform yourself.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:314912
    • 提供者:wangshijin
  1. Draw

    0下载:
  2. 用VC++基于MFC的简单绘图 实现线条扇形和矩形的绘图 在vs2010上实现的-MFC-based drawing simple lines and rectangles fan
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:25498201
    • 提供者:qinling
  1. lenaTest

    0下载:
  2. Opencv 图像读取示例,配置好opencv运行环境,使用VS2010+opencv249,-imread(image)mfc OpencvTest
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:12518315
    • 提供者:msbullet
  1. 3DMineSwp

    0下载:
  2. MFC编程 扫雷可选2D或者3D,可保存、续玩。 3D为伪3D,用滚轮切换层面,真3D可查看我的另一个用opengl写的3D扫雷程序。-MFC Programming. There are two optional mode 2D or 3D. Support save and load. This is pseudo-3D. You can use wheel to switch level. To see real-3D, you can check my other min
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-26
    • 文件大小:313177
    • 提供者:孙逢
  1. 2015_1_16

    0下载:
  2. 利用MFC,在VS2010上开发的基于J1939协议的汽车CAN仪表驱动代码-Use MFC, based on the VS2010 development of automotive CAN J1939 protocol instrument driver code
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19939703
    • 提供者:夏梁智
  1. ImageOpen

    0下载:
  2. MFC窗口下,在鼠标左键划定的矩形框内,显示打开的jpg图像,vs2010实现-Under MFC window, a rectangular box in the left mouse button delineated, Show open jpg image, vs2010 achieve
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-28
    • 文件大小:226379
    • 提供者:陈宇廷
  1. MyDemo

    0下载:
  2. 用MFC架构简单对数据库进行操作,适合asp.net的初学者学习。环境是VS2010 + MSSQL SERVER-This is a simple code for beginners to learn
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1525171
    • 提供者:胡霁
  1. MFC_OSG3.0

    0下载:
  2. 自己封装的MFC和OSG结合案例,使用工厂模式生产场景节点,VS2010开发。-MFC and OSG own package with case, using the factory pattern production scene node, developed by VS2010.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-09
    • 文件大小:2045758
    • 提供者:buptwsw
  1. win32_timer

    0下载:
  2. 基于网上很多定时器都是用MFC写的,而用win32方面比较少,项目用到定时器这块,所以顺便上传一份. 是在VS2010 > VC++ > Win32控制台建的工程.里面涉及线程/定时器,简单易用,下载完可直接运行.-Based on the Internet many timers are written in MFC, but less use win32 aspect, project use the timer, so upload a., by the way is in V
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-25
    • 文件大小:8087376
    • 提供者:李伟
  1. MFCimage

    0下载:
  2. 在VS2010的环下利用MFC打开一张图片并显示,非常简单实用适合初学者-In VS2010 ring using MFC open a picture and show, very simple and practical for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:29358135
    • 提供者:jzx
  1. comget

    0下载:
  2. 利用vc环境,mfc为媒介,扫描获取计算机端口的状态,为6.0版本,vs2010未做测试,请下载者看清-Using the vc environment, the medium of MFC, the scanning computer port status, for version 6.0, vs2010 did not do the test, please download to see
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:16367
    • 提供者:林云飞
  1. ELuoSi

    0下载:
  2. 用VS2010中的MFC开发的俄罗斯方块,有背景音乐和access数据库。-VS2010 development of the MFC in the Russian box, a background music and access .
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-27
    • 文件大小:9941666
    • 提供者:PDH
  1. Calc

    0下载:
  2. 计算器软件VC++实现的例子,在VS2010下编译通过。可以用于学习MFC基本编程方法。-Examples calculator software VC++ implementation, in VS2010 compiler through. MFC can be used to learn basic programming methods.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:38626
    • 提供者:zhongde
  1. MJ_ShutDown

    0下载:
  2. 该源码主要有VC++完成,是MFC基于对话框的程序。程序实现了定时关机,程序窗口上完整显示了系统日期时间,通过对关机时间的时分秒进行设置,同时还显示了剩余关机时间。vs2010的完整项目包,方便初学者学习。-The main source VC++ complete, is MFC dialog-based program. Realized by the timer, the program window displays the complete system date and time,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-29
    • 文件大小:336516
    • 提供者:徐凡
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com